xend: take care of dead qemu-dm process
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 26 May 2008 07:53:25 +0000 (08:53 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 26 May 2008 07:53:25 +0000 (08:53 +0100)
commit056f122d528b8627d004e64d6e98e3be4a2855d2
treecc13bbd49514312fa56a1fd88261f6732cda39c6
parent2616d6e2e8bc18eadb68a06c977d03f59e5639fd
xend: take care of dead qemu-dm process

This patch fix xend as when fatal error happened (e.g. qemu-dm process
was killed) log error message then mark that domain as crashed, do
what specified on crashed in the domain config file. Added some code in
xend to check those crashed hvm DM status each 30 seconds.

Signed-off-by: Xiaowei Hu <xiaowei.hu@oracle.com>
tools/python/xen/xend/server/SrvServer.py